All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.app.DraggingSource

public interface DraggingSource
This interface wraps the Objective-C protocol NSDraggingSource *


Method Index

 o draggingSourceOperationMaskForLocal(boolean)
A wrapper for the - draggingSourceOperationMaskForLocal: Objective-C instance method.
 o finishedDraggingImage(Image, Point, boolean)
A wrapper for the - draggedImage:endedAt:deposited: Objective-C instance method.
 o ignoreModifierKeysWhileDragging()
A wrapper for the - ignoreModifierKeysWhileDragging Objective-C instance method.
 o startedDraggingImage(Image, Point)
A wrapper for the - draggedImage:beganAt: Objective-C instance method.

Methods

 o startedDraggingImage
 public abstract void startedDraggingImage(Image aInimage,
                                           Point aPoint)
A wrapper for the - draggedImage:beganAt: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, DraggingSource, should be enough to head you in the right direction should you find more than one such method).

 o finishedDraggingImage
 public abstract void finishedDraggingImage(Image anImage,
                                            Point aPoint,
                                            boolean flag)
A wrapper for the - draggedImage:endedAt:deposited: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, DraggingSource, should be enough to head you in the right direction should you find more than one such method).

 o draggingSourceOperationMaskForLocal
 public abstract int draggingSourceOperationMaskForLocal(boolean flag)
A wrapper for the - draggingSourceOperationMaskForLocal: Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, DraggingSource, should be enough to head you in the right direction should you find more than one such method).

 o ignoreModifierKeysWhileDragging
 public abstract boolean ignoreModifierKeysWhileDragging()
A wrapper for the - ignoreModifierKeysWhileDragging Objective-C instance method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, DraggingSource, should be enough to head you in the right direction should you find more than one such method).


All Packages  Class Hierarchy  This Package  Previous  Next  Index